.txtMarquee-top .infoList li {
    height: 24px;
    line-height: 24px;
}
.tempWrap{height:250px !important;}
.txtMarquee-top .infoList li .date {
    float: right;
    color: #333;
    font-size: 14px;
    width: 100%;
}

.txtMarquee-top .infoList li .gege {
    float: left;
    color: #fff;
    font-size: 14px;
    width: 100%;
    margin-right: 50px
}

.txtMarquee-top .infoList li .gege span {
    margin: 0px 40px;
}

.txtMarquee-top .infoList li .date span {
    margin: 0px 90px;
}


/**å›¾æ ‡å¼€å§‹**/
.tbs{
    width: 130px !important;
    height: 130px;
    border: 1px solid #fff;
    padding: 11px !important;
    margin: 0px 10px;
}
.tbs svg {
    fill: #fff;
    height: 35px;
    width: 100%; 
  margin-bottom:10px;
}
.tbs:hover{

    border: 1px solid #fff;
    padding: 11px !important;
    border: 1px solid var(--gege);
    background:var(--gege);
}



@media only screen and (max-width: 768px) {
.txtMarquee-top .infoList li .gege span {
    margin: 0px 10px;
}

.txtMarquee-top .infoList li .date span {
    margin: 0px 10px;
}


}